home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-07-10 | 2.8 KB | 138 lines | [TEXT/CWIE] |
- // Sources required to build demo application (if you are unable to open the project file)
-
- /*
-
-
- PPC Libraries:
-
- InterfaceLib
- MWCRuntime.Lib
- DragLib
- QuickTimeLib
- MathLib
- NavigationLib §<optional>
-
- --- OR --- 68k Libraries:
-
- CPlusPlus.lib
- MacOS.lib
- DragLib
- Navigation.o §<optional>
-
- Sources (both 68k AND PPC):
-
- ------*** required classes ***-------
-
- ZStartUp.cpp
- ZArray.cpp
- ZApplication.cpp
- ZClipboard.cpp
- ZCommander.cpp
- ZComrade.cpp
- ZErrors.cpp
- ZEventHandler.cpp
- ZGrafState.cpp
- ZMenuBar.cpp
- ZObject.cpp
- ZPrinter.cpp
- ZWindow.cpp
- ZWindowManager.cpp
- CursorUtilities.c
- TextStyleUtils.h
-
- ------*** additional classes ***-----
-
- ZAdvancedDialog.cpp
- ZExtraDialogItems.cpp
- ZDialog.cpp
- ZFile.cpp
- ZFolderScanner.cpp
- ZHexEditor.cpp
- ZGWorld.cpp
- ZGWorldWindow.cpp
- ZInspectorWindow.cpp
- ZPictWindow.cpp
- ZPrefsFile.cpp
- ZProgress.cpp
- ZResourceFile.cpp
- ZScroller.cpp
- ZTestInspector.cpp
- ZTextWindow.cpp
- ZUndoIPTask.cpp
- ZUndoTask.cpp
- FileMgrUtils.c
- PixMapUtils.c
-
- -----*** demo application classes ***----
-
- ShowOffStartUp.cpp
- ZShowOffApplication.cpp
- ZSortTestWindow.cpp
-
- Resource files:
-
- MAMacZapp.π.rsrc
- HexEditor.rsrc
- Z_Stdprefsdemo.rsrc
-
- ************************************************************************************************
- // Sources required to build bare minimum application:
-
- PPC Libraries:
-
- InterfaceLib
- MWCRuntime.Lib
- DragLib
-
- ---- OR ---- 68k Libraries:
-
- CPlusPlus.lib
- MacOS.lib
-
- Sources (both 68k AND PPC):
-
- ZStartUp.cpp
- ZArray.cpp
- ZApplication.cpp
- ZClipboard.cpp
- ZCommander.cpp
- ZComrade.cpp
- ZErrors.cpp
- ZEventHandler.cpp
- ZGrafState.cpp
- ZMenuBar.cpp
- ZObject.cpp
- ZPrinter.cpp
- ZWindow.cpp
- ZWindowManager.cpp
- CursorUtilities.c
-
- Resource files:
-
- MacZoop.π.rsrc
-
-
- ************************************************************************************************
-
- Note that all of the compiler flags are in the a file called ProjectSettings.h. This
- file is your opportunity to set these flags for your particular project. The supplied file has
- the standard default settings, and most applications will use them as provided. If you need
- something different, edit the file as needed and recompile. Each project you make using MacZoop
- could use a different copy of this file so that you don't have to change any of the standard
- headers or code files at all.
-
- ************************************************************************************************
-
- If you wish to use streams in your project, you need to additionally include the following files:
-
- ZStream.cpp
- ZHandleStream.cpp
- ZFileStream.cpp
- ZClassRegistry.cpp
-
- You also need to turn on the compiler flag _MACZOOP_STREAMS. This flag is NOT part of Project
- Settings.h because it needs to be visible to a larger extent of the framework, thus it is
- currently part of MacZoop.h. By default, streaming support is OFF for easier migration from 1.7+.
-
-
- (updated for MacZoop 1.8.2, June 1998)